c7ecfeb66614375f748894985673a50766a9c321,portal-impl/src/com/liferay/portal/tools/seleniumbuilder/SeleniumBuilderFileUtil.java,SeleniumBuilderFileUtil,validateVarElement,#String#Element#,1402

Before Change


			}
		}

		boolean elementHasInnerText = element.hasContent();

		if (!elementHasInnerText &&
			!attributeMap.containsKey("locator-key") &&

After Change


			}
		}

		if (!element.hasContent() &&
			!attributeMap.containsKey("locator-key") &&
			!attributeMap.containsKey("path") &&
			!attributeMap.containsKey("value")) {